projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e26e6d3
)
Eliminate warning building without CSV.
author
robertl
<robertl>
Thu, 5 Aug 2010 23:09:52 +0000
(23:09 +0000)
committer
robertl
<robertl>
Thu, 5 Aug 2010 23:09:52 +0000
(23:09 +0000)
csv_util.c
patch
|
blob
|
history
diff --git
a/csv_util.c
b/csv_util.c
index ba2b6a720e11820fbadf13180ffb19fc12e2aa1c..4b9cfb97e0e9daadb49affe8b6e590230cc31c74 100644
(file)
--- a/
csv_util.c
+++ b/
csv_util.c
@@
-153,10
+153,10
@@
static double oldlat = 999;
static int waypt_out_count;
static route_head *csv_track, *csv_route;
-#endif // CSVFMTS_ENABLED
-
static double utm_northing, utm_easting, utm_zone = 0;
static char utm_zonec;
+#endif // CSVFMTS_ENABLED
+
/*********************************************************************/
/* csv_stringclean() - remove any unwanted characters from string. */